Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
Path Parameters
Specify the user type to which your operations will be restricted.
any
, organization
, client
The id
of the referenced User
.
x >= 1
Query Parameters
Specify additional fields of the OrganizationUser
or ClientUser
objects to be included in the response.
See the selecting fields page for more information.
Specify additional fields of the OrganizationRole
or ClientRole
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Warehouse
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Merchant
object to be included in the response. See the selecting fields page for more information.
Response
OK
A user with organization-wide access.
Lists of referenced objects included by specifying optional fields. See the selecting fields page for more information.